/*
Theme Name: Church App
Theme URI:  
Description: Church App Theme
Version: 1.0
Author: Paul Maloney
Author URI: http://www.paulmaloney.net
Tags: blue, white, RWD
*/


/* STYLESHEET */

@import "../churchappBKBK/reset.css";
@import "../churchappBKBK/main.css";

.mobb {
	display:none;
}

.login-new {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #cf5300;
	padding: 10px;
	text-align:center;
	position: absolute;
	top:80px;
	right:30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
} 

.login-new:hover {
	background: #0f83fe;
	color: #fff;
	font-weight: bold;
} 

.login-new_mob {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #cf5300;
	padding: 10px;
	text-align:center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	width: 180px;
    display: none;
    margin: 50px auto;
    text-align: center;

}

@media screen and (max-width: 524px) {

.login-new {
    top: 80px;
    right: 30px;
}


.mobb {
    bottom: 0!important;
    left: 0!important;
    margin: 0 auto;
    padding: 10px;
    position: relative!important;
    text-align: center;
    display: block!important;
    width: 80%!important;
}

}